home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / demos / OpenGL / drip / README < prev   
Encoding:
Text File  |  1996-11-11  |  1.4 KB  |  39 lines

  1.  
  2.  
  3.                 THIS CODE RUNS/COMPILES ON 5.1 Irix OR LATER
  4.                 THIS CODE WILL NOT RUN ON LESS THAN 5.1 Irix
  5.  
  6.  
  7.  
  8. ABOUT THIS PROGRAM:
  9.     Drip is a demo written in OpenGL which demonstrates color
  10. blending.  Use the left, middle, and right buttons to create drops of
  11. red, green, and blue.  The drops will enlarge and gradually fade away.
  12. Try placing drops close together so that they will overlap.  Placing
  13. several drips on top of one another will also create interesting
  14. results.  Press the escape key to quit.  The space bar clears the
  15. window.
  16.     The -r option will cause drips to be created randomly.  An
  17. optional frequency can be placed after the -r, which will control the
  18. number of drips created.  -r1 will create approximately one drip per
  19. second for a full-size window.  Higher numbers will lead to more
  20. drips.
  21.     This program is fairly simple and doesn't use too many obscure
  22. OpenGL calls.  It should run reasonably fast on most machines.
  23.  
  24. TO COMPILE:
  25.     If you have not already done so, copy all files from the CDROM
  26. to a directory on your computer.
  27.     First, run the shell script UNCAP to get everything back from
  28. upper case letters.
  29.     Type "make."  Note that you must have a C++ compiler
  30. installed.  There may be a warning or two, but these should not cause
  31. problems.
  32.  
  33. OTHER MAKEFILE TARGETS:
  34.     "make clean" removes objects, ~ files, and core files.
  35.     "make clobber" also removes the executable.
  36.  
  37. AUTHOR:
  38.     Celeste Fowler
  39.